home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power Programmierung 2
/
Power-Programmierung CD 2 (Tewi)(1994).iso
/
c
/
library
/
os2
/
hookkbs
/
mlc-w386.cmd
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1992-08-30
|
259 b
|
10 lines
rem This assembles and links an asm file to an EXE file
ml /c %1.asm
IF errorlevel 1 goto errexit
link386 /PM:PM /ALIGN:4 /BASE:0x10000 /E %1.obj,,,c:\toolkt20\os2lib\os2386.lib;,%1.def ;
del *.obj
del *.map
quit
:errexit
Echo Compile Error NO Link